| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal objChildren() As dbiNodeItem _ ) | |
| C# | |
|---|---|
public dbiNodeItem( dbiNodeItem[] objChildren ) | |
Parameters
- objChildren
- A one-dimensional array of dbiNodeItem.
| dbicList | Send comments on this topic. |
| dbiNodeItem Constructor(dbiNodeItem[]) | |
| See Also | |
|
| dbicBase Assembly > Dbi.WinControl Namespace > dbiNodeItem Class > dbiNodeItem Constructor : dbiNodeItem Constructor(dbiNodeItem[]) |
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal objChildren() As dbiNodeItem _ ) | |
| C# | |
|---|---|
public dbiNodeItem( dbiNodeItem[] objChildren ) | |